home *** CD-ROM | disk | FTP | other *** search
- #include <intuition/intuition.h>
- /* Iff2Src conversion: dh0:tsm/brushes/Prev.brush */
-
- static UWORD __chip prev_data[60] = // note twice the actual size
- {
- /* Plane 0 */
- 0x0000,
- 0x0002,
- 0x0002,
- 0x0002,
- 0x0102,
- 0x0302,
- 0x07F2,
- 0x0FF2,
- 0x07F2,
- 0x0302,
- 0x0102,
- 0x0002,
- 0x0002,
- 0x0002,
- 0x7FFE,
- /* Plane 1 */
- 0xFFFE,
- 0x8000,
- 0x8000,
- 0x8000,
- 0x8000,
- 0x8000,
- 0x8000,
- 0x8000,
- 0x8000,
- 0x8000,
- 0x8000,
- 0x8000,
- 0x8000,
- 0x8000,
- 0x8000
- };
-
-
- struct Image prev_im =
- {
- 0,0,
- 15,15,
- 2,
- &prev_data[0],
- 0x03,0x0,
- NULL
- };
-
- struct Image prev_imx =
- {
- 0,0,
- 15,15,
- 2,
- &prev_data[30],
- 0x03,0x0,
- NULL
- };
-